home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / DJSRC106.ARJ / README.DIF < prev    next >
Text File  |  1992-03-29  |  1KB  |  26 lines

  1.             How to use these diffs
  2.             ----------------------
  3.  
  4. In general:
  5.  
  6. 1.  Make sure you are applying the diffs to the correct version of the
  7.     FSF distribution!  Check the versions file for version numbers.
  8.  
  9. 2.  Un-tar the FSF distribution.  Use "djtarx" included with the
  10.     binaries for this, as it refuses to overwrite existing files (like when
  11.     they're different after the eigth character).  Check the versions file
  12.     for file renaming instructions. 
  13.  
  14. 3.  You'll probably want to convert the sources from Unix to DOS text
  15.     file format.  Use the "utod" program in the utils directory.  If you're
  16.     building gcc.exe, you have to convert to DOS format. 
  17.  
  18. 4.  Apply the diffs by running "patch < whatever.dif" in the same
  19.     directory as the sources. 
  20.  
  21. 5.  If there is a configure.bat file present, run it.
  22.  
  23. 6.  Run "make".  Most of the makefiles require response files, as the
  24.     command lines are longer than 128 characters, and the makefiles are set
  25.     up to use NDMAKE's method of creating response files. 
  26.